projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4b1f85
)
Annotate gdk_unichar_direction as const
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 14 Sep 2021 16:19:13 +0000
(12:19 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 14 Sep 2021 20:38:08 +0000
(16:38 -0400)
gdk/gdk-private.h
patch
|
blob
|
history
diff --git
a/gdk/gdk-private.h
b/gdk/gdk-private.h
index 3701d51198f629a0150f5c81b0d56f08615fed16..4ce4761844f9740929ab49043f98beaa6d1429d4 100644
(file)
--- a/
gdk/gdk-private.h
+++ b/
gdk/gdk-private.h
@@
-29,7
+29,7
@@
gboolean gdk_should_use_portal (void);
const char * gdk_get_startup_notification_id (void);
-PangoDirection gdk_unichar_direction (gunichar ch);
+PangoDirection gdk_unichar_direction (gunichar ch)
G_GNUC_CONST
;
PangoDirection gdk_find_base_dir (const char *text,
int len);